Đầu tiên tạo 1 thư mục tên là thinhthay , trong đó tạo 1 file tên là index với code như sau:
Mã:
<table border="1"width="100%"> <tr> <td><font color="red"><b>Trò:</b></font><form method="get" action="/thinhthay/traloi"><input type="text" name="hoi" /><br /><input type="submit" value="Thỉnh thầy"></form></td> </tr> <tr> <td><font color="red"><b>Thầy</b></font>: Thế em thích gì nào? </td> </tr> </table>
sau đó tạo tiếp file traloi trong thư mục thinhthay đó với code sau:
Mã:
<table border="1"width="100%"> <tr> <td><font color="red"><b>Trò:</b></font><form method="get" action="/thinhthay/traloi"><input type="text" name="hoi" /><br /><input type="submit" value="Thỉnh thầy"></form></td> </tr> <tr> <td> <font color="red"><b>Bạn hỏi</b></font>:<font color="blue"> Hello thầy</font></td></tr> <tr><td> <font color="red"><b>Thầy phán</b></font>: <font color="blue"><xt id="include" file="/thinhthay/thayphan/*" /></font></td> </tr> </table>
Bước tiếp theo tạo 1 thư mục tên là thayphan . Trong thư mục thayphan này tạo các file với tên bất kì để "thầy" dùng nội dung trong các file này trả lời (random).